home *** CD-ROM | disk | FTP | other *** search
- Path: cc.usu.edu!slkck
- From: slkck@cc.usu.edu (ALAN JOHN SORENSEN)
- Newsgroups: comp.lang.c
- Subject: Calling Fortran From C
- Message-ID: <1996Mar26.140237.77005@cc.usu.edu>
- Date: 26 Mar 96 14:02:37 MDT
- Organization: Utah State University
-
- I need to write a program on an Ultrix machine
- that calls some library function written in Fortran77 or something
-
- the function call in fortran is something like this
- xaxis(lname,n,xpos,ypos,xlen,xorig,xstep,xlast)
-
- everything but lname and n are real numbers...
-
- lname is a title i want to give the axis
- n is the number of characters in it
- xpos & ypos are the position i want the start of the line
- xlen the length in i want the line
- xorig is the grid number i'd like this line to start with
- xstep is the number of vertical lines i'd like between
- xorig and xlast
- xlast is the ending point of this horizontal line
-
- i HAVE to write this in C but i don't know how to call this function
- from C.
-
- if you have any help... mail me
- at either
- SLKCK@cc.usu.edu
- or
- ALAN@logan.cass.usu.edu
-
-
-